home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / util / libs / PGPLib1_3.lha / PGP / include / c / proto / pgp.h
C/C++ Source or Header  |  1998-01-10  |  187b  |  12 lines

  1. #ifndef PROTO_PGP_H
  2. #define PROTO_PGP_H
  3.  
  4. #include <exec/types.h>
  5.  
  6. extern struct Library *PGPBase;
  7.  
  8. #include <clib/pgp_protos.h>
  9. #include <pragmas/pgp_pragmas.h>
  10.  
  11. #endif /* PROTO_PGP_H */
  12.